home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
How Many Bugs in a Box
/
How Many Bugs in a Box.cdr
/
bugs
/
submenu
/
00095.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-03-29
|
230 b
|
12 lines
on exitFrame
global NextMovie, game6level, whichdoor, nextact
set nextact to 6
set whichdoor to 17
if game6level = 3 then
set NextMovie to "act6b"
else
set NextMovie to "act6a"
end if
puppetSprite(17, 0)
end